=======================================================================================
Key triggered events - by Mental Trousers
=======================================================================================

This gui is a direct replacement for the Tribes Options gui. It is 100% NewOpts
compatible.

This replacement gui contains a large range of key triggered events ie when a key is
pressed to do something an event is triggered. For instance, if a player presses the
fire key, the eventFirePressed event is triggered. Some events are triggered when
the relevant key is pressed and again when released. This is the case for the fire
button, jump, jet, zoom, crouch and throw mine/grenade.

On the surface there are only 2 things that distinguish this gui from the original. The
first is the addition of the NewOpts "Scripts" page. The second is the addition of
another 13 FearGui::CFGButton's to the misc screen for binding up to 18 favourites
short cut keys.

** IMPORTANT **  ** IMPORTANT **  ** IMPORTANT **  ** IMPORTANT **  ** IMPORTANT **  
If a key (for example e) is bound to something like zoom, and ctrl-e is bound to another
triggered event (such as "Escort Player"), both will trigger when ctrl-e is pressed.
This has the potential to cause huge problems. Unfortunately there is nothing that can
be done about this as it is something buried in Tribes.exe, and therefore something that
we can not fix :(

Installation
============
Simply unzip OtionsGui.zip into your Tribes/gui directory.

Note
====
This hasn't been released to the public yet. However anyone that wishes to include it
in something or theirs is more than welcome to. Just drop me an email as a courtesy :)

New events
==========

eventPlayMode
eventCommandMode
eventObjectivesMode
eventInventoryMode
eventChatMenu
eventGameChat
eventTeamChat
eventScoreList
eventToggleMessageSize
eventFirstThirdPerson
eventCommandAck
eventCommandDec
eventCommandComplete
eventZoomPressed
eventZoomReleased
eventZoomRange
eventKill
eventHudConfig
eventJumpPressed
eventJumpReleased
eventJetPressed
eventJetReleased
eventCrouchPressed
eventCrouchReleased
eventRepairKitActivate
eventThrowMineStart
eventThrowMineRelease
eventThrowGrenadeStart
eventThrowGrenadeRelease
eventPreviousWeapon
eventNextWeapon
eventFirePressed
eventFireReleased
eventBackpackActivate
eventUseBeacon
eventEscortPlayer
eventItemSelect    (Blaster, PlasmaGun, DiscLauncher, ChainGun, GrenadeLauncher,
                    LaserRifle, Elf, TargetingLaser, Mortar)
eventDropItem      (Flag, Weapon, Ammo, Backpack)
eventBuyFavourite  (1-18)
eventVote          (Yes, No)
